home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / arexx / t_paint / tpainter.lha / TPrexx / Cntrpic_LtRtbars / 3scrn3.rexx < prev   
OS/2 REXX Batch file  |  1995-01-23  |  777b  |  26 lines

  1. /* CF TP CntrPic_LtRtBars, center box */
  2. address 'DigiPaint'
  3. 'Brt6'            /* sq brush */
  4. 'Bsz1'            /* standard brush size */
  5. 'Pmcl'            /* default paint mode */
  6.  
  7. 'Cbx0'            /* pic color 0 blk */
  8. 'Pmcl'            /* norm paint */
  9. 'Drre'            /* fill rect */
  10. 'Flon'            /* fill on just checking */
  11. 'Hvar'            /* toggle 2-way h/v blend */
  12. 'Midc'            /* cntr 50% */
  13. 'Mide'            /* edge 50% */
  14. 'Pend' 243 158      /* up right */
  15. 'Penu' 589 402     /* dn left */
  16.  
  17. 'Pmcl'             /* norm paint */
  18. 'Maxc'             /* max cntr trans slider */ 
  19. 'Maxe'             /* max edge trans slider */ 
  20.  
  21. 'Cbx1'             /* color 1 wht */
  22. 'Pend' 223 138
  23. 'Penu' 569 382     /* end lt bar 1 */
  24.  
  25.  exit               /* bye bye */
  26.